home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************/
- /* */
- /* TurboCAD for Windows */
- /* Copyright (c) 1993 - 2001 */
- /* International Microcomputer Software, Inc. */
- /* (IMSI) */
- /* All rights reserved. */
- /* */
- /******************************************************************/
-
- // SDKDemo.odl : type library source for OLE Control project.
-
- // This file will be processed by the Make Type Library (mktyplib) tool to
- // produce the type library (SDKDemo.tlb) that will become a resource in
- // SDKDemo.ocx.
-
- #include <olectl.h>
- #include <idispids.h>
-
- [ uuid(A63E6661-C85F-11D0-9B3B-444553540000), version(1.0),
- helpstring("SDKDemo OLE Control module"), control ]
- library SDKDEMOLib
- {
- importlib(STDOLE_TLB);
- importlib(STDTYPE_TLB);
-
- // Primary dispatch interface for CSDKDemoCtrl
-
- [ uuid(A63E6662-C85F-11D0-9B3B-444553540000),
- helpstring("Dispatch interface for SDKDemo Control"), hidden ]
- dispinterface _DSDKDemo
- {
- properties:
- // NOTE - ClassWizard will maintain property information here.
- // Use extreme caution when editing this section.
- //{{AFX_ODL_PROP(CSDKDemoCtrl)
- [id(1)] BSTR FileName;
- [id(2)] BSTR HideLayers;
- [id(DISPID_BACKCOLOR), bindable, requestedit] OLE_COLOR BackColor;
- [id(3)] BSTR AllLayers;
- //}}AFX_ODL_PROP
-
- methods:
- // NOTE - ClassWizard will maintain method information here.
- // Use extreme caution when editing this section.
- //{{AFX_ODL_METHOD(CSDKDemoCtrl)
- //}}AFX_ODL_METHOD
-
- [id(DISPID_ABOUTBOX)] void AboutBox();
- };
-
- // Event dispatch interface for CSDKDemoCtrl
-
- [ uuid(A63E6663-C85F-11D0-9B3B-444553540000),
- helpstring("Event interface for SDKDemo Control") ]
- dispinterface _DSDKDemoEvents
- {
- properties:
- // Event interface has no properties
-
- methods:
- // NOTE - ClassWizard will maintain event information here.
- // Use extreme caution when editing this section.
- //{{AFX_ODL_EVENT(CSDKDemoCtrl)
- //}}AFX_ODL_EVENT
- };
-
- // Class information for CSDKDemoCtrl
-
- [ uuid(A63E6664-C85F-11D0-9B3B-444553540000),
- helpstring("SDKDemo Control"), control ]
- coclass SDKDemo
- {
- [default] dispinterface _DSDKDemo;
- [default, source] dispinterface _DSDKDemoEvents;
- };
-
-
- //{{AFX_APPEND_ODL}}
- };
-